home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / SpamDeputy ADD-on for Outlook / Spamdpty.exe / SpamDpty.dll / 0 / RCDATA / TDLGCONFIG / TDLGCONFIG.txt < prev   
Text File  |  2001-02-24  |  15KB  |  636 lines

  1. object dlgConfig: TdlgConfig
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Spam Deputy Options'
  6.   ClientHeight = 242
  7.   ClientWidth = 544
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object btnOK: TButton
  21.     Left = 381
  22.     Top = 210
  23.     Width = 75
  24.     Height = 25
  25.     Caption = 'OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.     OnClick = btnOKClick
  30.   end
  31.   object btnCancel: TButton
  32.     Left = 461
  33.     Top = 210
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 1
  40.   end
  41.   object pgcOptions: TPageControl
  42.     Left = 8
  43.     Top = 8
  44.     Width = 528
  45.     Height = 193
  46.     ActivePage = tabSpamCop
  47.     TabOrder = 2
  48.     OnChange = pgcOptionsChange
  49.     object tabSpamCop: TTabSheet
  50.       Caption = 'SpamCop'
  51.       object chkSpamCop: TCheckBox
  52.         Left = 5
  53.         Top = 5
  54.         Width = 211
  55.         Height = 17
  56.         Caption = 'Report spam via the SpamCop website'
  57.         Checked = True
  58.         State = cbChecked
  59.         TabOrder = 0
  60.         OnClick = chkSpamCopClick
  61.       end
  62.       object grpSpamCop: TGroupBox
  63.         Left = 5
  64.         Top = 25
  65.         Width = 511
  66.         Height = 136
  67.         Caption = 'SpamCop'
  68.         TabOrder = 1
  69.         object Label1: TLabel
  70.           Left = 10
  71.           Top = 45
  72.           Width = 222
  73.           Height = 13
  74.           Caption = 'Please enter your SpamCop authorization URL:'
  75.         end
  76.         object Label2: TLabel
  77.           Left = 20
  78.           Top = 85
  79.           Width = 481
  80.           Height = 26
  81.           AutoSize = False
  82.           Caption = 
  83.             'If you have not registered with SpamCop, leave this box empty. R' +
  84.             'eports will be sent via e-mail and returned to you pre-authorize' +
  85.             'd for reporting.'
  86.           WordWrap = True
  87.         end
  88.         object Label3: TLabel
  89.           Left = 10
  90.           Top = 85
  91.           Width = 4
  92.           Height = 13
  93.           Caption = '*'
  94.         end
  95.         object Label4: TLabel
  96.           Left = 10
  97.           Top = 115
  98.           Width = 8
  99.           Height = 13
  100.           Caption = '**'
  101.         end
  102.         object Label5: TLabel
  103.           Left = 20
  104.           Top = 115
  105.           Width = 283
  106.           Height = 13
  107.           Caption = 'For more information or to subscribe to SpamCop, click here:'
  108.         end
  109.         object lblSpamCopLink: TLabel
  110.           Left = 307
  111.           Top = 115
  112.           Width = 179
  113.           Height = 13
  114.           Cursor = crHandPoint
  115.           Caption = 'http://spamcop.net/anonsignup.shtml'
  116.           Font.Charset = DEFAULT_CHARSET
  117.           Font.Color = clBlue
  118.           Font.Height = -11
  119.           Font.Name = 'MS Sans Serif'
  120.           Font.Style = [fsUnderline]
  121.           ParentFont = False
  122.           OnClick = lblHyperLinkClick
  123.         end
  124.         object edtSpamCopUrl: TEdit
  125.           Left = 10
  126.           Top = 60
  127.           Width = 491
  128.           Height = 21
  129.           TabOrder = 3
  130.         end
  131.         object rdoPayingMember: TRadioButton
  132.           Left = 10
  133.           Top = 20
  134.           Width = 96
  135.           Height = 17
  136.           Caption = 'Paying member'
  137.           TabOrder = 0
  138.           OnClick = rdoPayingMemberClick
  139.         end
  140.         object rdoFreeMember: TRadioButton
  141.           Left = 135
  142.           Top = 20
  143.           Width = 96
  144.           Height = 17
  145.           Caption = 'Free member'
  146.           TabOrder = 1
  147.           OnClick = rdoFreeMemberClick
  148.         end
  149.         object rdoNotAMember: TRadioButton
  150.           Left = 250
  151.           Top = 20
  152.           Width = 96
  153.           Height = 17
  154.           Caption = 'Not a member'
  155.           Checked = True
  156.           TabOrder = 2
  157.           TabStop = True
  158.           OnClick = rdoNotAMemberClick
  159.         end
  160.       end
  161.     end
  162.     object tabSRC: TTabSheet
  163.       Caption = 'Spam Recycling Center'
  164.       ImageIndex = 1
  165.       object chkSRC: TCheckBox
  166.         Left = 5
  167.         Top = 5
  168.         Width = 211
  169.         Height = 17
  170.         Caption = 'Send spam to Spam Recycling Center'
  171.         Checked = True
  172.         State = cbChecked
  173.         TabOrder = 0
  174.         OnClick = chkSRCClick
  175.       end
  176.       object grpSRC: TGroupBox
  177.         Left = 5
  178.         Top = 25
  179.         Width = 511
  180.         Height = 136
  181.         Caption = 'Spam Recycling Center'
  182.         TabOrder = 1
  183.         object Label6: TLabel
  184.           Left = 10
  185.           Top = 47
  186.           Width = 28
  187.           Height = 13
  188.           Caption = 'State:'
  189.         end
  190.         object Label7: TLabel
  191.           Left = 105
  192.           Top = 47
  193.           Width = 287
  194.           Height = 13
  195.           Caption = '(US residents only, SRC will notify your State Representative)'
  196.         end
  197.         object lblSRCLink: TLabel
  198.           Left = 322
  199.           Top = 115
  200.           Width = 140
  201.           Height = 13
  202.           Cursor = crHandPoint
  203.           Caption = 'http://www.spamrecycle.com'
  204.           Font.Charset = DEFAULT_CHARSET
  205.           Font.Color = clBlue
  206.           Font.Height = -11
  207.           Font.Name = 'MS Sans Serif'
  208.           Font.Style = [fsUnderline]
  209.           ParentFont = False
  210.           OnClick = lblHyperLinkClick
  211.         end
  212.         object Label10: TLabel
  213.           Left = 10
  214.           Top = 115
  215.           Width = 8
  216.           Height = 13
  217.           Caption = '**'
  218.         end
  219.         object Label9: TLabel
  220.           Left = 20
  221.           Top = 115
  222.           Width = 297
  223.           Height = 13
  224.           Caption = 'For more information on the Spam Recycling Center, click here:'
  225.         end
  226.         object rdoSRCDisplay: TRadioButton
  227.           Left = 250
  228.           Top = 20
  229.           Width = 216
  230.           Height = 17
  231.           Caption = 'Display Only (review and send manually)'
  232.           Checked = True
  233.           TabOrder = 1
  234.           TabStop = True
  235.         end
  236.         object rdoSRCSend: TRadioButton
  237.           Left = 10
  238.           Top = 20
  239.           Width = 206
  240.           Height = 17
  241.           Caption = 'Send (automatic, uses default account)'
  242.           TabOrder = 0
  243.         end
  244.         object cmbState: TComboBox
  245.           Left = 45
  246.           Top = 45
  247.           Width = 51
  248.           Height = 21
  249.           Style = csDropDownList
  250.           ItemHeight = 13
  251.           TabOrder = 2
  252.           Items.Strings = (
  253.             ''
  254.             'AL'
  255.             'AK'
  256.             'AS'
  257.             'AZ'
  258.             'AR'
  259.             'CA'
  260.             'CO'
  261.             'CT'
  262.             'DE'
  263.             'DC'
  264.             'FL'
  265.             'GA'
  266.             'GU'
  267.             'HI'
  268.             'ID'
  269.             'IL'
  270.             'IN'
  271.             'IA'
  272.             'KS'
  273.             'KY'
  274.             'LA'
  275.             'ME'
  276.             'MD'
  277.             'MA'
  278.             'MI'
  279.             'MN'
  280.             'MS'
  281.             'MO'
  282.             'MT'
  283.             'NE'
  284.             'NV'
  285.             'NH'
  286.             'NJ'
  287.             'NM'
  288.             'NY'
  289.             'NC'
  290.             'ND'
  291.             'OH'
  292.             'OK'
  293.             'OR'
  294.             'PA'
  295.             'PR'
  296.             'RI'
  297.             'SC'
  298.             'SD'
  299.             'TN'
  300.             'TX'
  301.             'UT'
  302.             'VT'
  303.             'VI'
  304.             'VA'
  305.             'WA'
  306.             'WV'
  307.             'WI'
  308.             'WY')
  309.         end
  310.       end
  311.     end
  312.     object tabForward: TTabSheet
  313.       Caption = 'Forward'
  314.       ImageIndex = -1
  315.       object Label17: TLabel
  316.         Left = 139
  317.         Top = 6
  318.         Width = 353
  319.         Height = 13
  320.         Caption = 
  321.           '(some ISPs, filtering companies and/or government agencies accep' +
  322.           't spam)'
  323.       end
  324.       object chkForwardSpam: TCheckBox
  325.         Left = 5
  326.         Top = 5
  327.         Width = 131
  328.         Height = 17
  329.         Caption = 'Forward spam to others'
  330.         TabOrder = 0
  331.         OnClick = chkForwardSpamClick
  332.       end
  333.       object GroupBox1: TGroupBox
  334.         Left = 5
  335.         Top = 25
  336.         Width = 511
  337.         Height = 136
  338.         Caption = 'Forwarding'
  339.         TabOrder = 1
  340.         object Label12: TLabel
  341.           Left = 10
  342.           Top = 45
  343.           Width = 203
  344.           Height = 13
  345.           Caption = 'Please enter destination e-mail address(es):'
  346.         end
  347.         object Label13: TLabel
  348.           Left = 10
  349.           Top = 85
  350.           Width = 4
  351.           Height = 13
  352.           Caption = '*'
  353.         end
  354.         object Label14: TLabel
  355.           Left = 20
  356.           Top = 85
  357.           Width = 414
  358.           Height = 13
  359.           Caption = 
  360.             'Seperate each e-mail address with a semi-colon (e.g. spam@youris' +
  361.             'p.com; uce@ftc.gov)'
  362.         end
  363.         object Label15: TLabel
  364.           Left = 10
  365.           Top = 115
  366.           Width = 8
  367.           Height = 13
  368.           Caption = '**'
  369.         end
  370.         object Label16: TLabel
  371.           Left = 20
  372.           Top = 115
  373.           Width = 411
  374.           Height = 13
  375.           Caption = 
  376.             'DO NOT forward spam to those who do not want it, as that would m' +
  377.             'ake you a spammer'
  378.         end
  379.         object rdoForwardDisplay: TRadioButton
  380.           Left = 250
  381.           Top = 20
  382.           Width = 216
  383.           Height = 17
  384.           Caption = 'Display Only (review and send manually)'
  385.           Checked = True
  386.           TabOrder = 1
  387.           TabStop = True
  388.         end
  389.         object rdoForwardSend: TRadioButton
  390.           Left = 10
  391.           Top = 20
  392.           Width = 206
  393.           Height = 17
  394.           Caption = 'Send (automatic, uses default account)'
  395.           TabOrder = 0
  396.         end
  397.         object edtForwardTo: TEdit
  398.           Left = 10
  399.           Top = 60
  400.           Width = 491
  401.           Height = 21
  402.           TabOrder = 2
  403.         end
  404.       end
  405.     end
  406.     object tabActions: TTabSheet
  407.       Caption = 'Actions'
  408.       ImageIndex = 5
  409.       object Label25: TLabel
  410.         Left = 10
  411.         Top = 6
  412.         Width = 221
  413.         Height = 13
  414.         Caption = 'Maximum number of spams to process at once:'
  415.       end
  416.       object grpActions: TGroupBox
  417.         Left = 5
  418.         Top = 25
  419.         Width = 511
  420.         Height = 136
  421.         Caption = 'Actions'
  422.         TabOrder = 0
  423.         object Label8: TLabel
  424.           Left = 10
  425.           Top = 45
  426.           Width = 291
  427.           Height = 13
  428.           Caption = 'Please enter the destination Folder (if "Move spam" selected):'
  429.         end
  430.         object edtSpamFolder: TEdit
  431.           Left = 10
  432.           Top = 60
  433.           Width = 491
  434.           Height = 21
  435.           TabOrder = 3
  436.           Text = 'Spam Deputy'
  437.         end
  438.         object rdoMoveSpam: TRadioButton
  439.           Left = 10
  440.           Top = 20
  441.           Width = 96
  442.           Height = 17
  443.           Caption = 'Move spam'
  444.           Checked = True
  445.           TabOrder = 0
  446.           TabStop = True
  447.           OnClick = rdoMoveSpamClick
  448.         end
  449.         object rdoDeleteSpam: TRadioButton
  450.           Left = 130
  451.           Top = 20
  452.           Width = 96
  453.           Height = 17
  454.           Caption = 'Delete spam'
  455.           TabOrder = 1
  456.           OnClick = rdoDeleteSpamClick
  457.         end
  458.         object rdoNothing: TRadioButton
  459.           Left = 250
  460.           Top = 20
  461.           Width = 96
  462.           Height = 17
  463.           Caption = 'Nothing'
  464.           TabOrder = 2
  465.           OnClick = rdoNothingClick
  466.         end
  467.         object chkMarkRead: TCheckBox
  468.           Left = 10
  469.           Top = 90
  470.           Width = 96
  471.           Height = 17
  472.           Caption = 'Mark as Read'
  473.           Checked = True
  474.           State = cbChecked
  475.           TabOrder = 4
  476.           OnClick = chkSRCClick
  477.         end
  478.         object chkAddToJunkSender: TCheckBox
  479.           Left = 10
  480.           Top = 110
  481.           Width = 161
  482.           Height = 17
  483.           Caption = 'Add to "Junk Senders List"'
  484.           Checked = True
  485.           State = cbChecked
  486.           TabOrder = 5
  487.           OnClick = chkSRCClick
  488.         end
  489.       end
  490.       object udMaxSpams: TUpDown
  491.         Left = 256
  492.         Top = 5
  493.         Width = 15
  494.         Height = 21
  495.         Associate = edtMaxSpams
  496.         Min = 1
  497.         Max = 10
  498.         Position = 5
  499.         TabOrder = 1
  500.         Wrap = False
  501.       end
  502.       object edtMaxSpams: TEdit
  503.         Left = 235
  504.         Top = 5
  505.         Width = 21
  506.         Height = 21
  507.         TabOrder = 2
  508.         Text = '5'
  509.       end
  510.     end
  511.     object tabOther: TTabSheet
  512.       Caption = 'Other'
  513.       ImageIndex = 2
  514.       object Label11: TLabel
  515.         Left = 109
  516.         Top = 6
  517.         Width = 375
  518.         Height = 13
  519.         Caption = 
  520.           '(when selecting multiple spams, only the last item will be copie' +
  521.           'd to the clipboard)'
  522.       end
  523.       object chkCopyToClipboard: TCheckBox
  524.         Left = 5
  525.         Top = 5
  526.         Width = 103
  527.         Height = 17
  528.         Caption = 'Copy to clipboard'
  529.         TabOrder = 0
  530.         OnClick = chkSRCClick
  531.       end
  532.     end
  533.     object tabRegistration: TTabSheet
  534.       Caption = 'Registration'
  535.       ImageIndex = 4
  536.       object Label18: TLabel
  537.         Left = 10
  538.         Top = 145
  539.         Width = 8
  540.         Height = 13
  541.         Caption = '**'
  542.       end
  543.       object Label19: TLabel
  544.         Left = 20
  545.         Top = 145
  546.         Width = 229
  547.         Height = 13
  548.         Caption = 'To register this copy of Spam Deputy, click here:'
  549.       end
  550.       object Label20: TLabel
  551.         Left = 257
  552.         Top = 145
  553.         Width = 241
  554.         Height = 13
  555.         Cursor = crHandPoint
  556.         Caption = 'http://members.home.net/spamdeputy/register.htm'
  557.         Font.Charset = DEFAULT_CHARSET
  558.         Font.Color = clBlue
  559.         Font.Height = -11
  560.         Font.Name = 'MS Sans Serif'
  561.         Font.Style = [fsUnderline]
  562.         ParentFont = False
  563.         OnClick = lblHyperLinkClick
  564.       end
  565.       object Label21: TLabel
  566.         Left = 10
  567.         Top = 12
  568.         Width = 46
  569.         Height = 13
  570.         Caption = 'Serial No:'
  571.       end
  572.       object Label22: TLabel
  573.         Left = 10
  574.         Top = 42
  575.         Width = 80
  576.         Height = 13
  577.         Caption = 'Registration Key:'
  578.       end
  579.       object Label23: TLabel
  580.         Left = 10
  581.         Top = 72
  582.         Width = 33
  583.         Height = 13
  584.         Caption = 'Status:'
  585.       end
  586.       object lblRegStatus: TLabel
  587.         Left = 95
  588.         Top = 72
  589.         Width = 60
  590.         Height = 13
  591.         Caption = 'Unregistered'
  592.       end
  593.       object Label24: TLabel
  594.         Left = 10
  595.         Top = 97
  596.         Width = 38
  597.         Height = 13
  598.         Caption = 'Version:'
  599.       end
  600.       object lblVersion: TLabel
  601.         Left = 95
  602.         Top = 97
  603.         Width = 3
  604.         Height = 13
  605.       end
  606.       object edtSerialNo: TEdit
  607.         Left = 95
  608.         Top = 10
  609.         Width = 121
  610.         Height = 21
  611.         Color = clBtnFace
  612.         ReadOnly = True
  613.         TabOrder = 0
  614.       end
  615.       object edtRegKey: TEdit
  616.         Left = 95
  617.         Top = 40
  618.         Width = 121
  619.         Height = 21
  620.         TabOrder = 1
  621.         OnChange = edtRegKeyChange
  622.       end
  623.       object btnRegister: TButton
  624.         Left = 225
  625.         Top = 40
  626.         Width = 50
  627.         Height = 21
  628.         Caption = '&Register'
  629.         Enabled = False
  630.         TabOrder = 2
  631.         OnClick = btnRegisterClick
  632.       end
  633.     end
  634.   end
  635. end
  636.